home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / amisl090.zip / TSRS.DOC < prev    next >
Text File  |  1992-09-12  |  4KB  |  155 lines

  1. Alternate Multiplex Interrupt Specification Sample Programs
  2. Public Domain 1992 Ralf Brown
  3. Version 0.90
  4. LastEdit: 9/12/92
  5.  
  6. ------------------------------------------------------------------------
  7.  
  8. AMITSRS
  9.     list currently-installed TSRs using the alternate multiplex interrupt
  10.  
  11. Usage:    AMITSRS
  12.         list manufacturer, name, and description of each TSR
  13.  
  14.     AMITSRS <anything>
  15.         verbose listing; adds a second line with TSR version
  16.         and private entry point (if any), a third line
  17.         detailing the number of hotkeys and how checked, and
  18.         additional lines listing the hotkeys (if any).
  19.  
  20. ------------------------------------------------------------------------
  21.  
  22. FASTMOUS
  23.     convert slow (on some systems) mouse hardware reset call into
  24.     mouse software reset call.
  25.  
  26. Usage:    FASTMOUS
  27.         install FASTMOUS
  28.  
  29.     FASTMOUS R
  30.         remove FASTMOUS from memory
  31.  
  32. Resident Size: 128 bytes
  33.  
  34. ------------------------------------------------------------------------
  35.  
  36. NOLPT
  37.     turn a parallel port into a bit bucket by making it appear to
  38.     always be ready for output and ignoring any output calls.
  39.  
  40. Usage:    NOLPT n
  41.         install NOLPT on LPTn
  42.  
  43.     NOLPT nU
  44.         remove (uninstall) NOLPT from LPTn
  45.  
  46. Resident Size: 192/240 bytes (high/low)
  47.  
  48. ------------------------------------------------------------------------
  49.  
  50. NOTE
  51.     popup one-line note taker
  52.  
  53. Usage:    NOTE -Ifile
  54.         install NOTE, using <file> as the notepad
  55.  
  56.     NOTE -R
  57.         remove NOTE from memory
  58.  
  59. Note:    NOTE keeps the notepad file open as long as it remains
  60.     resident, in order to reduce the size of the resident code and
  61.     data.  The file is open in write-only deny-none mode, which
  62.     allows other programs using the correct sharing modes (such as
  63.     LIST.COM and 4DOS) to access the notepad.  Unfortunately,
  64.     COMMAND.COM does *NOT* use any sharing modes, even in version
  65.     5.0--two major releases after sharing modes were introduced.
  66.     Thus you will get a sharing violation if you attempt to TYPE
  67.     or COPY the notepad using COMMAND.COM while NOTE is loaded.
  68.  
  69. Resident Size: 1968/2032 bytes (high/low)
  70.  
  71. ------------------------------------------------------------------------
  72.  
  73. POPUP
  74.     request that a specified TSR pop itself up if it supports that
  75.     operation
  76.  
  77. Usage:    POPUP <tsrname>
  78.  
  79.     POPUP <manufacturer> <tsrname>
  80.  
  81. Note:    both <manufacturer> and <tsrname> may be abbreviated; if more
  82.     than one TSR matches, the matching TSRs will be listed.
  83.  
  84. ------------------------------------------------------------------------
  85.  
  86. RBKEYSWP
  87.     swap Esc and tilde/backquote keys as well as LeftControl and
  88.     CapsLock keys
  89.  
  90. Usage:    RBKEYSWP I
  91.         install in memory
  92.  
  93.     RBKEYSWP R
  94.         remove from memory
  95.  
  96. ------------------------------------------------------------------------
  97.  
  98. REMOVE
  99.     remove one or more TSRs from memory
  100.  
  101. Usage:    REMOVE *
  102.  
  103.     REMOVE <tsrname>
  104.  
  105.     REMOVE <manufacturer> <tsrname>
  106.  
  107. Note:    both <manufacturer> and <tsrname> may be abbreviated; if more
  108.     than one TSR matches, you will be prompted whether to remove
  109.     all matching TSRs.  REMOVE * removes all AMIS-compliant TSRs.
  110.  
  111. ------------------------------------------------------------------------
  112.  
  113. SWITCHAR
  114.     provide switch-character support which was removed from MSDOS 5.0
  115.  
  116. Usage:    SWITCHAR I
  117.         install
  118.  
  119.     SWITCHAR R
  120.         remove from memory
  121.  
  122.     SWITCHAR D
  123.         disable switchar calls
  124.  
  125.     SWITCHAR E
  126.         enable switchar calls
  127.  
  128.     SWITCHAR <x>
  129.         set switch character to <x>
  130.  
  131. Resident Size: 224/288 bytes (high/low)
  132.  
  133. ------------------------------------------------------------------------
  134.  
  135. VGABLANK
  136.     VGA-specific screen blanker
  137.  
  138. Usage:    VGABLANK n
  139.         install, setting blanking interval to <n> minutes
  140.         or if already installed, change blanking time
  141.  
  142.     VGABLANK R
  143.         remove from memory
  144.  
  145. Resident Size: 208 bytes
  146.  
  147. ------------------------------------------------------------------------
  148.  
  149.     Ralf Brown            [valid until November 1, 1993]
  150.     813 Copeland Way, Suite 26
  151.     Pittsburgh, PA 15232
  152.  
  153.     Ralf Brown 1:129/26.1
  154.     ralf+@cs.cmu.edu
  155.